/*Start Component Header*/

.teasuryContent .contHeader {
  background-color: #072146d6;
  width: 100%;
  height: 100vh;
}
.teasuryContent .contHeader .bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.teasuryContent .contHeader .bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.teasuryContent .contHeader .container {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
}
.teasuryContent .contHeader .container img {
  position: absolute;
  top: 64px;
}
.teasuryContent .contHeader .position span {
  font-family: "BentonMedium";
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
}
.teasuryContent .contHeader .position h1 {
  font-family: "TiemposRegular";
  font-size: 104px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 120px;
}
.teasuryContent .contHeader .position .down {
  background: #2dcccd;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teasuryContent .contHeader .position .icon-nav_arrowDown {
  font-size: 18px;
}
.teasuryContent .contHeader .position .icon-nav_arrowDown::before {
  color: #ffffff;
}
/*SM*/

@media screen and (max-width: 767px) {
  .teasuryContent .contHeader .position h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 40px;
  }
}
/*End Component Header*/

.teasuryContent .treasury {
  margin-top: 74px;
}
@media screen and (max-width: 992px) {
  .teasuryContent .treasury {
    margin-top: 0px;
  }
  .teasuryContent .treasury > div > div > .container {
    padding: 0;
  }
}
/* Start Component Share block */

.teasuryContent .detContShare_block {
  position: sticky;
  top: 100px;
}
.teasuryContent .component_share_block {
  width: 48px;
  position: absolute;
}
.teasuryContent .component_share_block .at-share-btn {
  background-color: #237aba !important;
  margin: 0;
}
.teasuryContent
  .component_share_block
  .at-resp-share-element.at-mobile
  .at-share-btn {
  margin-right: 4%;
  margin-left: 4%;
}
@media screen and (max-width: 992px) {
  .teasuryContent .detContShare_block .container {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .teasuryContent .detContShare_block {
    display: sticky;
    top: 0px;
    z-index: 100;
  }
  .teasuryContent .component_share_block {
    position: relative;
    display: block;
    width: inherit;
    margin-bottom: 40px;
    background: #237aba;
  }
  .teasuryContent .component_share_block .at-resp-share-element {
    text-align: center;
  }
}
/*XS*/

@media screen and (max-width: 500px) {
  .teasuryContent .component_share_block {
    margin-bottom: 20px;
  }
}
/* End Component Share block */

/*Start Component Author Header*/

.teasuryContent .component_author_header {
  margin-bottom: 32px;
}
.teasuryContent .component_author_header::before,
.component_author_header::after {
  content: " ";
  display: table;
}
.teasuryContent .component_author_header::after {
  clear: both;
}
.teasuryContent .component_author_header .author {
  float: left;
  padding-right: 30px;
}
.teasuryContent .component_author_header .avatar {
  float: left;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 8px;
}
.teasuryContent .component_author_header .name {
  float: left;
  font-family: "BentonMedium";
  font-size: 12px;
  color: #121212;
  letter-spacing: 0;
  line-height: 16px;
}
.teasuryContent .component_author_header .authorSocial i {
  font-size: 20px;
}
.teasuryContent .component_author_header .authorSocial i:before {
  color: #237aba;
}
/*MD*/

@media screen and (max-width: 992px) {
  .teasuryContent .component_author_header {
    margin-bottom: 16px;
  }
  .teasuryContent .component_author_header .author {
    margin-bottom: 20px;
    width: 50%;
  }
  .teasuryContent .component_author_header .avatar {
    height: 48px;
    width: 48px;
  }
  .teasuryContent .component_author_header .name {
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: none;
  }
  .teasuryContent .component_author_header .authorSocial i {
    font-size: 24px;
  }
}
/*XS*/

@media screen and (max-width: 500px) {
  .teasuryContent .component_author_header .avatar {
    height: 32px;
    width: 32px;
    display: block;
    float: none;
    margin-bottom: 4px;
  }
  .teasuryContent .component_author_header .name {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .teasuryContent .component_author_header .authorSocial i {
    font-size: 24px;
    margin-right: 12px;
    line-height: 21px;
  }
}
/*End component Author Header*/

/*Start Component Media in to detail*/

.teasuryContent .component_media {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 8px;
  margin-bottom: 48px;
}
.teasuryContent .component_media .mediaContent a:hover i::before {
  color: #004481;
}
.teasuryContent .component_media .mediaContent a i {
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.teasuryContent .component_media .mediaContent a > span {
  font-family: "BentonMedium";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
}
.teasuryContent .component_media .audioDuration {
  border-right: 1px solid #bdbdbd;
  font-family: "BentonMedium";
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 16px;
  padding-right: 16px;
  padding-left: 8px;
  margin-right: 16px;
}
.teasuryContent .component_media .audioDuration:before {
  content: "·";
  color: #d3d3d3;
  margin-right: 9px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 992px) {
  .teasuryContent .component_media {
    margin-bottom: 32px;
  }
}
/*XS*/

@media screen and (max-width: 500px) {
  .teasuryContent .component_media {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
  }
  .teasuryContent .component_media .mediaContent a > span {
    line-height: 16px;
  }
  .teasuryContent .component_media .mediaContent a.english {
    position: absolute;
    top: 0;
  }
  .teasuryContent .component_media .audioDuration {
    clear: both;
    float: none;
    display: block;
    border-right: none;
    padding-left: 0;
    margin-top: 4px;
  }
  .teasuryContent .component_media .audioDuration:before {
    content: " ";
    margin-right: 0;
  }
}
/*End Component Media in to detail*/

/*Start Component Text*/

.teasuryContent .detContText {
  padding-bottom: 48px;
}
.teasuryContent .detContText h2 {
  font-family: "BentonMedium";
  font-size: 22px;
  color: #121212;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
.teasuryContent .detContText p {
  font-family: "BentonBook";
  font-size: 15px;
  color: #121212;
  letter-spacing: 0;
  line-height: 24px;
}
.teasuryContent .detContText p:last-of-type {
  margin-bottom: 0;
}
.teasuryContent strong {
  font-family: "BentonMedium";
}
.teasuryContent .detContText .definitionList {
  padding-left: 24px;
  margin-top: 24px;
}
.teasuryContent .detContText .definitionList::after,
.teasuryContent .detContText .definitionList::before {
  content: " ";
  display: table;
}
.teasuryContent .detContText .definitionList::after {
  clear: both;
}
.teasuryContent .detContText .definitionList dt {
  float: left;
  clear: left;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "BentonMedium";
}
.teasuryContent .detContText .definitionList i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.teasuryContent .detContText .definitionList dd {
  float: left;
  font-family: "BentonBook";
  position: relative;
  top: 2px;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .teasuryContent .detContText .definitionList {
    padding-left: 0;
  }
  .teasuryContent .detContText .definitionList dt {
    margin-bottom: 0;
    float: none;
  }
  .teasuryContent .detContText .definitionList dd {
    margin-bottom: 20px;
    padding-left: 24px;
  }
}
/*End Component Text*/

/*Start Component Video*/

.detArtVideo h2 {
  font-family: "BentonMedium";
  font-size: 22px;
  color: #121212;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
.detArtVideo p {
  font-family: "BentonBook";
  font-size: 15px;
  color: #121212;
  letter-spacing: 0;
  line-height: 24px;
}
.teasuryContent .component_video {
  position: relative;
  overflow: hidden;
  margin: 8px 0 56px;
  /* height: 760px;
  width: 100%; */
  height: 0;
  padding-bottom: 56.25%;
}
.teasuryContent .component_video iframe {
  position: absolute;
}
/*End Component Video Full Size*/

/*Start Component Tabs*/

.teasuryContent .contTab {
  background: #ffffff;
  position: relative;
  height: 574px;
  margin-bottom: 49px;
}
.teasuryContent .contTab .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
}
.teasuryContent .nav-tabs > li > a {
  font-family: "BentonBook";
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 26px;
  border: none;
  text-shadow: 1px 1px 1px #666666;
}
.teasuryContent .nav > li > a {
  padding: 0;
}
.teasuryContent .nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.teasuryContent .nav-tabs > li.active > a,
.teasuryContent .nav-tabs > li.active > a:focus,
.teasuryContent .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.teasuryContent .contTab .tab-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teasuryContent .contTab .tab-content .tab-pane {
  width: 100%;
  height: 100%;
}
.teasuryContent .contTab .tab-content .tab-pane .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.teasuryContent .contTab .tab-content .tab-pane img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.teasuryContent .contTab .tab-content .text {
  position: absolute;
  top: 60px;
  right: 0;
  width: 50%;
  padding-right: 37px;
}
.teasuryContent .contTab .tab-content .text h3 {
  font-family: "BentonBook";
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 34px;
}
.teasuryContent .contTab .tab-content .text p {
  font-family: "BentonBook";
  font-size: 14px;
  color: #121212;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 16px;
}
.teasuryContent .contTab .tab-content .text p:last-of-type {
  margin-bottom: 20px;
}
.teasuryContent .contTab .tab-content .text .name {
  font-family: "BentonBold";
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
}
.teasuryContent .contTab .tab-content .text .profile {
  font-family: "BentonBook";
  font-size: 14px;
  color: #121212;
  letter-spacing: 0;
  line-height: 20px;
}
.teasuryContent .contTab .tab-content #estructurador .text p,
.teasuryContent .contTab .tab-content #analista .text p,
.teasuryContent .contTab .tab-content #estructurador .text .profile,
.teasuryContent .contTab .tab-content #analista .text .profile {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .teasuryContent .contTab .tab-content .text {
    top: 58px;
  }
  .teasuryContent .contTab .tab-content #estructurador .text p,
  .teasuryContent .contTab .tab-content #analista .text p,
  .teasuryContent .contTab .tab-content #estructurador .text .profile,
  .teasuryContent .contTab .tab-content #analista .text .profile {
    color: #121212;
  }
}
@media screen and (max-width: 500px) {
  .teasuryContent .contTab .nav-tabs {
    padding-top: 8px;
  }
  .teasuryContent .nav-tabs > li > a {
    margin-right: 11px;
  }
  .teasuryContent .contTab {
    height: auto;
    margin-bottom: 17px;
  }
  .teasuryContent .contTab .tab-content {
    position: relative;
    top: -28px;
  }
  .teasuryContent .contTab .tab-content .tab-pane .image {
    height: 250px;
    overflow: hidden;
  }
  .teasuryContent .contTab .tab-content .tab-pane img {
    width: 195%;
    height: auto;
    position: relative;
    object-fit: inherit;
  }
  .teasuryContent .contTab .tab-content .text {
    width: 100%;
    top: 0;
    position: relative;
  }
  .teasuryContent .contTab .tab-content .text h3 {
    color: #121212;
    font-size: 20px;
  }
  .teasuryContent .contTab .tab-content .text h3,
  .teasuryContent .contTab .tab-content .text p:last-of-type {
    margin-bottom: 14px;
  }
  .teasuryContent .contTab .tab-content .text .name {
    color: #121212;
  }
}
/*Start Component Image Full Size*/

/*Start Carousel*/

/*.teasuryContent .detContCarousel {
  margin-bottom: 48px;
}*/
.teasuryContent .detContCarousel iframe {
  position: relative;
}
/*End Carousel*/

.teasuryContent .detArtImg .component_full_size {
  padding-bottom: 56.25%;
  margin: 8px 0 56px;
  overflow: hidden;
  position: relative;
}
.teasuryContent .detArtImg .component_full_size video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 667px) {
  .teasuryContent .detArtImg .component_full_size {
    height: 365px;
  }
}
@media screen and (max-width: 500px) {
  .teasuryContent .detArtImg .component_full_size {
    height: 211px;
    margin-bottom: 48px;
  }
}
/*End Component Image Full Size*/

/*Start Footer*/

.teasuryContent .contFooter {
  background-color: #072146;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.teasuryContent .contFooter h2 {
  font-family: "BentonBook";
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
}
.teasuryContent .contFooter p {
  font-family: "BentonBook";
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
}
/*End Footer*/

/*AWARDS LIST*/
.interest__awards {
  margin: 32px 0;
}

@media (max-width: 767px) {
  .interest__awards {
    margin: 32px 16px;
  }
  .interest__awards .container .row .content {
    flex-direction: column;
    margin-top: 16px;
  }
  .interest__awards .container .row .title p {
    text-align: center;
  }
}

.interest__awards .container {
  background-color: #fff;
  border-radius: 1rem;
  padding: 36px;
}

.interest__awards .container .row {
  flex-direction: column;
}

.interest__awards .container .row .title {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.interest__awards .container .row .title p {
  font-family: "TiemposHeadline-Bold";
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #070e46;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .interest__awards .container .row .title p {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .interest__awards .container .row .title p {
    font-size: 40px;
    line-height: 48px;
  }
}

.interest__awards .container .row .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.interest__awards .container .row .content .card {
}

.interest__awards h2 {
  /* font-size: 20px;
  line-height: 32px;
  color: #666;
  margin-bottom: 20px; */
}
.interest__awards .img {
  width: 124px;
  height: auto;
  margin: auto;
}

.interest__awards img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.card {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 1rem;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .card {
    padding: 16px;
  }
}

/*features*/
.features__title {
  font-size: 20px;
  font-family: "BentonMedium", sans-serif;
  line-height: 24px;
  padding: 0;
  margin-bottom: 15px;
}
.features__img {
  text-align: center;
  margin-bottom: 1rem;
}

.features__img img {
  height: 164px;
  width: auto;
}

.features__text p,
.features__text ul {
  margin-bottom: 20px;
}

.features__text img {
  width: 100%;
  height: auto;
}

.features__subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}
.features__column .card {
  border: none;
  background: transparent;
}

.features__column img {
  height: 164px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.features__column-title {
  font-family: "BentonMedium";
  color: #666;
  margin-bottom: 15px;
}

p.features__column-title::before {
  font-family: icon-bbva;
  content: "";
  color: rgb(25, 115, 184);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-right: 8px;
  display: inline-block;
  transform: scaleY(5.5) scaleX(1.2) rotate(180deg);
  vertical-align: middle;
}

.micro_text-features {
  margin: auto;
  margin-bottom: 20px;
}
.micro-text__img-features img {
  height: 164px;
  width: auto;
}

.micro-text__text-features {
  padding: 1rem 0;
  width: 100%;
}

.features__column li {
  margin-top: 1rem;
}

.micro-text__title-features {
  font-size: 28px;
  color: #666;
  margin-bottom: 5px;
}

.features__btn {
  padding: 10px 18px;
  background-color: #f7893b;
  display: inline-block;
}

.features__btn a {
  font-size: 15px;
  font-family: "BentonBook" !important;
}

.features__text li::before {
  font-family: icon-bbva;
  content: "";
  color: rgb(25, 115, 184);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  margin-right: 8px;
  display: inline-block;
  transform: scaleY(5.5) scaleX(1.2) rotate(180deg);
  vertical-align: middle;
}

.features__link i {
  margin: auto 0;
  margin-right: 10px;
  top: 0;
}

.grey,
.gray {
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  .micro-text__text-features {
    margin-left: 30px;
    width: auto;
  }

  .features__img {
    float: right;
    margin-left: 2rem;
  }
}
